home *** CD-ROM | disk | FTP | other *** search
/ The Arsenal Files 1 / The Arsenal Files (Arsenal Computer).ISO / os2_app / dial.cmd < prev    next >
OS/2 REXX Batch file  |  1994-01-06  |  224b  |  12 lines

  1. /*   DIAL         */
  2. '@echo off'
  3. arg number
  4. 'echo atz > com2:'
  5. 'echo atl2 > com2:'
  6. 'sleeper 1'
  7. 'echo atdt 'number' > com2:'
  8. 'echo < com2:'
  9. SAY 'Press enter for the computer to hang up'
  10. PULL ANS
  11. 'echo atz > com2:'
  12.